github.com/jackc/pgx/v5/pgxpool.connResource.poolRows (field)

9 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L30: 	poolRows   []poolRow
		pool.go#L50: 	if len(cr.poolRows) == 0 {
		pool.go#L51: 		cr.poolRows = make([]poolRow, 128)
		pool.go#L54: 	pr := &cr.poolRows[len(cr.poolRows)-1]
		pool.go#L55: 	cr.poolRows = cr.poolRows[0 : len(cr.poolRows)-1]
		pool.go#L308: 					poolRows:   make([]poolRow, 64),